Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
turf-point-grid
Advanced tools
Takes a bounding box and a cell depth and returns a set of points in a grid.
Parameters
bbox
Array<number> extent in [minX, minY, maxX, maxY] ordercellSize
number the distance across each cellunits
[string] used in calculating cellWidth, can be degrees, radians, miles, or kilometers (optional, default kilometers
)Examples
var extent = [-70.823364, -33.553984, -70.473175, -33.302986];
var cellWidth = 3;
var units = 'miles';
var grid = turf.pointGrid(extent, cellWidth, units);
//=grid
Returns FeatureCollection<Point> grid of points
This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.
Install this module individually:
$ npm install turf-point-grid
Or install the Turf module that includes it as a function:
$ npm install turf
FAQs
# pointGrid
The npm package turf-point-grid receives a total of 6,997 weekly downloads. As such, turf-point-grid popularity was classified as popular.
We found that turf-point-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.